-
Notifications
You must be signed in to change notification settings - Fork 2
Introduction #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Introduction #3
Conversation
|
@daivshala, In PR refer issue and add some description. |
|
@shitalmule04 ,ok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All sub-headings should be in h2
| #Command | ||
| ##Command Structure | ||
| # Command | ||
| # Command Structure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@daivshala , All sub-headings should be in h2 format.
| ##Execution Of Multiple Commands | ||
| # Execution Of Multiple Commands | ||
| User can execute more than one command in single statment by separating commands with a semicolon(;) | ||
| example : $readit -a https://www.google.co.in ; readit -v |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@daivshala, Is above example at line no. 22 really works in our project?
| * [Packages](installation/Packages.md) | ||
| * [Release Packages](installation/Release_Packages.md) | ||
| * [From Source](installation/From_Source.md) | ||
| * [Running Command Line Interface/Library](cmd_lab/README.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just write Command Line Library instead of Running Command Line Interface/Library
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@daivshala Please update asap
Fix #1
Introduction added